home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 48
/
PC Gamer IT CD 48 2-2.iso
/
Starsiege
/
tribesdemo.exe
/
Disk1
/
data1.cab
/
Tribes_Demo
/
base
/
scripts.vol
/
interiorLight.cs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-09-14
|
361 b
|
14 lines
//-------------------------------------- Interior light scripting functions...
// based on the tsshape animation functions
//
function Interior::lightOn(%int, %light)
{
Interior::setLightTime(%int, %light, 0.5);
}
function Interior::lightOff(%int, %light)
{
Interior::setLightTime(%int, %light, 0);
}